home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / COMMUNIC / TERMINAL / 1589.ZIP / README < prev    next >
Text File  |  1989-04-13  |  2KB  |  44 lines

  1.  
  2.                                Terminal Emulator
  3.                                      by
  4.                              Kevin Conley 73336,1340
  5.                                    4-13-89
  6.  
  7. The terminal emulator program was written as a job assignment.  The program
  8. was designed to emulate a WYSE-60 terminal attached to a UNIX machine.  The
  9. terminal was to be able to handle the escape and control sequences sent to
  10. it by a program drawing graphics under CURSES.
  11.  
  12. I designed the program with the idea that to emulate another terminal one would
  13. only need to modify a termcap like file.  I created a structure called
  14. emulate[] that contained all the termcap identifers.  I match these identifers
  15. to ones found in the .cnf file.  When I find a match, I have the escape
  16. sequence needed to perform the command.
  17.  
  18. Due to time, I was not able to make the program totaly configurable by the
  19. .cnf file.  There are some 'hard coded' escape statements that must be
  20. modified to make the program perform as say a VT-100.  I think the changes
  21. are small and shoud be easly modified.  Someday I hope to get around to fixing
  22. the program so no program changes will be needed.  You have all the code so you
  23. may make whatever changes you wish.  If you improve it, please let us know.
  24.  
  25.  
  26. To run the program enter 'win term'.  This will bring the program up 'empty'.
  27. You will need to load a configuration file.  Try 2.cnf for COM2.  Once the file
  28. is loaded it will connect to the port and you should have access to it.  The
  29. menu item 'commands' should turn to normal from grayed but the change does not
  30. take place until a paint is done.  You can select it when it is grayed.
  31. That is the only problem that I know of at this time.
  32.  
  33. This is the first release and I am sure I will be making changes to it as I
  34. can.  Thoes of you that may wish to improve in it may do so but please keep
  35. the rest of us informed. Someone may wish to write file transfer utility into
  36. it,  I have no desire to get into it at this time.
  37.  
  38. Have fun
  39. Kevin Conley
  40.  
  41. P.S.
  42. I am a new Windows person.  Any comments, suggestions, etc are wellcome.
  43.  
  44.